home *** CD-ROM | disk | FTP | other *** search
- //******************************************************************************
- // File: tsxapi.h
- // Module: trueSpace Xtensions 3D API
- // Descr: All Object and Scene manipulations
- //******************************************************************************
-
- #ifndef TSXAPI_H
- #define TSXAPI_H
-
- //------------------------------------------------------------------------------
- // Include all tsx api headers
- //------------------------------------------------------------------------------
-
- #include "tsxTypes.h"
- #include "tsxErr.h"
- #include "tsxGeom.h"
- #include "tsxSobj.h"
- #include "tsxMatrl.h"
- #include "tsxScene.h"
- #include "tsxGNode.h"
- #include "tsxCamra.h"
- #include "tsxLight.h"
- #include "tsxMNode.h"
- #include "tsxGroup.h"
- #include "tsxPolyh.h"
- #include "tsxSelec.h"
- #include "tsxAnim.h"
- #include "tsxMisc.h"
- #include "tsxMouse.h"
- #include "tsxAView.h"
- #include "tsxExtOb.h"
-
- //******************************************************************************
- #endif // TSXAPI_H
-